net/http.http2clientStream.ID (field)
17 uses
net/http (current package)
h2_bundle.go#L7868: ID uint32
h2_bundle.go#L9100: err = cc.writeHeaders(cs.ID, endStream, int(cc.maxFrameSize), hdrs)
h2_bundle.go#L9112: if cs.ID == 0 {
h2_bundle.go#L9153: cc.writeStreamReset(cs.ID, se.Code, false, err)
h2_bundle.go#L9184: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, ping, err)
h2_bundle.go#L9190: cc.writeStreamReset(cs.ID, http2ErrCodeNo, false, nil)
h2_bundle.go#L9194: if cs.ID != 0 {
h2_bundle.go#L9195: cc.forgetStreamID(cs.ID)
h2_bundle.go#L9394: err = cc.fr.WriteData(cs.ID, sentEnd, data)
h2_bundle.go#L9442: err = cc.writeHeaders(cs.ID, true, maxFrameSize, trls)
h2_bundle.go#L9444: err = cc.fr.WriteData(cs.ID, true, nil)
h2_bundle.go#L9765: cs.ID = cc.nextStreamID
h2_bundle.go#L9767: cc.streams[cs.ID] = cs
h2_bundle.go#L9768: if cs.ID == 0 {
h2_bundle.go#L10276: cc.fr.WriteWindowUpdate(cs.ID, http2mustUint31(streamAdd))
h2_bundle.go#L10421: cc.fr.WriteWindowUpdate(cs.ID, uint32(sendStream))
h2_bundle.go#L10644: serr := http2streamError(cs.ID, f.ErrCode)